forked from dotnet/fsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension Typing Shim #1
Open
DedSec256
wants to merge
2,357
commits into
master
Choose a base branch
from
ber.a/typeProvidersRefactoring
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
4 times, most recently
from
January 16, 2020 18:40
cd408f5
to
ec57460
Compare
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
from
January 30, 2020 15:54
b42dde0
to
f9a23ca
Compare
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
from
February 21, 2020 20:54
f9a23ca
to
4fb1351
Compare
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
from
March 4, 2020 16:24
4fb1351
to
4efc5e5
Compare
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
2 times, most recently
from
April 24, 2020 20:11
a1213eb
to
c876530
Compare
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
2 times, most recently
from
May 3, 2020 02:11
11c8086
to
fffe2ac
Compare
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
from
February 13, 2021 11:05
910af62
to
8bbadd3
Compare
* Initial work * Using ArrayPool * Renaming GetMemory to AsMemory * Fixing build * Returning ByteBuffer from TypedTreePickle * Using ArrayPool in ilwrite * Fixing build * Fixed creation of byte buffer * Remove EmitByteBuffer as it is not needed * Added System.Runtime.CompilerServices.Unsafe to be version 4.7.1 * Update Versions.props * Update FSharp.Compiler.Service.fsproj * Update FSharp.Compiler.Service.nuspec * Added literals for byte buffer creation * minor tweak * Update TypedTree.fs
…/etc. (dotnet#11666) * Stop accumulating results in incremental build * ParseAndCheckProjectImpl changes * minor tweak
Fix IL test after merging tuple elimination feature
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
[main] Update dependencies from dotnet/arcade - Stick with public SDK
* Use little-endian byte order when writing integers to the buffer in pdbGetCvDebugInfo and pdbGetEmbeddedPdbDebugInfo
* Fix 12085 * Fix 12085 * Fix 12085 Co-authored-by: Don Syme <donsyme@fastmail.com>
* Parser: better tree for unfinished paren patterns * Add more tests
[main] Update dependencies from dotnet/arcade - Use preview7
* printing updates * printing updates * fix tests * fix tests * Print 'abstract' instead of 'abstract member' * Print 'abstract' instead of 'abstract member' * update tests * simplify code for laying out type definitions * adjust tests * fix printing of backtick and operator identifiers * update tests * update more tests * multi-line curried signature formatting * don't print literals twice * fix tests * fix tests * fix names in completion list * systematize the demangling (DisplayNameCore) and addition of parens/backticks (DisplayName) * fix a test case * update baseline * fix signature generation and re-enable tests * fix list completion * fix list completion * always show [<Struct>] * always show [<Struct>] Co-authored-by: Don Syme <donsyme@fastmail.com>
… errors (dotnet#12063) * errors on deprecation * errors on deprecation * adjust FCS to use correct langversion in parsing and lexing * fix tests and update baselines * fix tests now langversion taken into account during parse/lexing from FCS * fix build * fix tests now langversion taken into account during parse/lexing from FCS * add explanation text * fix build * fix build * fix tests * fix test Co-authored-by: Don Syme <donsyme@fastmail.com>
… Build ID 1342251 (dotnet#12106)
[main] Update dependencies from dotnet/arcade - Sticking to public preview
…1688) * Zero init values on demand despite SkipLocalsInit being set * Add extra SkipLocalsInit test * Fix test
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
… Build ID 1343936 (dotnet#12113)
…12130) * Sorted the string.fsi entries and added examples to each one * Applying suggestions to the String examples * Following the suggestion that is more clear. * Sorted the string.fsi entries and added examples to each one * Applying suggestions to the String examples * Following the suggestion that is more clear.
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Vlad Zarytovskii <vzaritovsky@hotmail.com>
[main] Update dependencies from dotnet/arcade - Update global.json
…les as requested by reviewer. (dotnet#12134) * Sorted the string.fsi entries and added examples to each one * Applying suggestions to the String examples * Following the suggestion that is more clear. * Sorted the string.fsi entries and added examples to each one * Applying suggestions to the String examples * Following the suggestion that is more clear. * Partial work on the list examples * Small refactor of examples as requested by reviewer * Refactor of List examples following guidelines from previous reviews * More examples for the List module * Examples for fold and foldBack * Applied the review suggestions to the List module exapmples * Applied the review suggestions to the List module exapmples * Update list.fsi Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
* All pairs * append * Average * averageBy * Reordering * Cache * Cast * Fixed types in xml comments * Unused open removed * Cleanup * Comparewith * Refined seq * delay * Addressing comments * Addressing comments * More examples normalized * Addressed all comments * Done with comments * Added concat example * Distinct and distinct by. * Update seq.fsi Co-authored-by: Don Syme <dsyme@users.noreply.github.com>
* code cleanup * cleanup * cleanup uses of ref cells * fix build, trim NoWarn * fix build * fix build * remove preview from FCS build * fix test Co-authored-by: Don Syme <donsyme@fastmail.com>
DedSec256
force-pushed
the
ber.a/typeProvidersRefactoring
branch
from
September 16, 2021 18:03
8b6ba34
to
6eaf9f4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.